var error_msg_1004 = ""; function validate_email_1004(mail) { if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(mail)) { return (true); } error_msg_1004 = "Имэйл хаягаа зөв оруулна уу"; return (false); } function getCookie_1004(cname) { var name_1004 = cname + "="; var decodedCookie_1004 = decodeURIComponent(document.cookie); var ca_1004 = decodedCookie_1004.split(';'); for(var i = 0; i < ca_1004.length; i++) { var c_1004 = ca_1004[i]; while (c_1004.charAt(0) == ' ') { c_1004 = c_1004.substring(1); } if (c_1004.indexOf(name_1004) == 0) { return c_1004.substring(name_1004.length, c_1004.length); } } return ""; } function subscribe_submit_1004(){ var form_1004 = document.querySelector('#subscribe-form-1004'); var data_1004 = new FormData(form_1004); var url_1004 = "/api.php/subscription/save?site_id=474&id=1004" + '&cookie_id=' + getCookie_1004("cookie_id") + '&short_cookie_id=' + getCookie_1004("short_cookie_id"); var xhr_1004 = new XMLHttpRequest(); if (window.XMLHttpRequest) { // Mozilla, Safari, ... var xhr_1004 = new XMLHttpRequest(); } else if (window.ActiveXObject) { // IE var xhr_1004 = new ActiveXObject("Microsoft.XMLHTTP"); } xhr_1004.open('POST', url_1004, true); xhr_1004.onload = function () { /* do something to response */ console.log(this.responseText); document.getElementById("subscription-form-container-1004").innerHTML = this.responseText; }; var valid_1004 = 1; if(form_1004.querySelector('input[name="subscriber[name]"]')){ if(form_1004.querySelector('input[name="subscriber[name]"]').value.trim().length > 0){ }else{ valid_1004 = 0; form_1004.querySelector('input[name="subscriber[name]"]').setAttribute("style", "border-color: red;"); } } if(form_1004.querySelector('input[name="subscriber[email]"]')){ if(form_1004.querySelector('input[name="subscriber[email]"]').value.trim().length > 0){ }else{ valid_1004 = 0; form_1004.querySelector('input[name="subscriber[email]"]').setAttribute("style", "border-color: red;"); } } if(form_1004.querySelector('input[name="subscriber[phone]"]')){ if(form_1004.querySelector('input[name="subscriber[phone]"]').value.trim().length > 0){ }else{ valid_1004 = 0; form_1004.querySelector('input[name="subscriber[phone]"]').setAttribute("style", "border-color: red;"); } } if(form_1004.querySelector('input[name="subscription[company_name]"]')){ if(form_1004.querySelector('input[name="subscription[company_name]"]').value.trim().length > 0){ }else{ valid_1004 = 0; form_1004.querySelector('input[name="subscription[company_name]"]').setAttribute("style", "border-color: red;"); } } if(form_1004.querySelector('input[name="subscription[company_position]"]')){ if(form_1004.querySelector('input[name="subscription[company_position]"]').value.trim().length > 0){ }else{ valid_1004 = 0; form_1004.querySelector('input[name="subscription[company_position]"]').setAttribute("style", "border-color: red;"); } } if(form_1004.querySelector('input[name="subscription[title]"]')){ if(form_1004.querySelector('input[name="subscription[title]"]').value.trim().length > 0){ }else{ valid_1004 = 0; form_1004.querySelector('input[name="subscription[title]"]').setAttribute("style", "border-color: red;"); } } if(form_1004.querySelector('textarea[name="subscription[body]"]')){ if(form_1004.querySelector('textarea[name="subscription[body]"]').value.trim().length > 0){ }else{ valid_1004 = 0; form_1004.querySelector('textarea[name="subscription[body]"]').setAttribute("style", "border-color: red;"); } } if(valid_1004 == 0){ error_msg_1004 = "Талбаруудыг бүрэн бөглөнө үү!"; } if(!validate_email_1004(form_1004.querySelector('input[name="subscriber[email]"]').value)){ form_1004.querySelector('input[name="subscriber[email]"]').style="border-color: red;"; valid_1004 = 0; }else{ } if(valid_1004){ document.querySelector('#subscribe-form-1004').style.display = "none"; document.querySelector('#subscription-form-loading-1004').style.display = "inline"; xhr_1004.send(data_1004); }else{ alert(error_msg_1004); } } // function postRequest_1004(strURL) { var xmlHttp_1004; if (window.XMLHttpRequest) { // Mozilla, Safari, ... var xmlHttp_1004 = new XMLHttpRequest(); } else if (window.ActiveXObject) { // IE var xmlHttp_1004 = new ActiveXObject("Microsoft.XMLHTTP"); } xmlHttp_1004.open('POST', strURL, true); xmlHttp_1004.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); xmlHttp_1004.onreadystatechange = function() { if (xmlHttp_1004.readyState == 4) { updatepage_1004(xmlHttp_1004.responseText); } } xmlHttp_1004.send(strURL); } // function updatepage_1004(str){ document.getElementById("subscription-form-container-1004").innerHTML = str; } //'//mongoltv.mn' + var get_url_1004 = '/api.php/subscription/renderform?site_id=474' + '&id=1004' + '&placeholder[subscriber][name]=Овог нэр: &placeholder[subscriber][email]=Таны Имэйл хаяг:&placeholder[subscriber][phone]=Таны утасны дугаар: &placeholder[subscription][website]=Төрсөн он, сар, өдөр, нас&placeholder[subscription][company_name]=Хамт оролцох гэр бүлийн гишүүний нэр, нас, таны юу болох: &placeholder[subscription][company_position]=3-р үед оролцох хамаатны нэр, нас, таны юу болох: &placeholder[subscription][title]=Хамт оролцогчдын утасны дугаарууд:' ; postRequest_1004(get_url_1004);